home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_100
/
144_01
/
cb.hlp
< prev
next >
Wrap
Text File
|
1985-08-19
|
1KB
|
34 lines
**********************************************************************
* CB
**********************************************************************
* COPYRIGHT 1983 EUGENE H. MALLORY *
**********************************************************************
PROGRAM:
CB - C program formatter.
USAGE:
CB <file >file [-In] [-H]
FUNCTION:
Used to indent source lines and change { and } to BEGIN and END or
LOOP and ENDLOOP, etc as needed.
-In specifies n spaces to indent for each level (default 2).
EXAMPLE:
CB <file.c |CASE>file.c
Command Line
___________________________________
|
| OPTIONS
|
|
|
______________V______________
| |
Raw C source | | Formated C source
------------------->| CB |----------------------->
| |
| |
|___________________________|